home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / packet / ares / aresdata.cfg < prev    next >
Text File  |  1990-12-05  |  3KB  |  56 lines

  1. ; ARES/DATA configuration file for version 1.4
  2. ; Comment lines start with a ";" and may be used freely.
  3. ; The order of these lines is not significant.
  4. ;
  5. ; This configuration file assumes that your database will reside
  6. ; on drive C: in a subdirectory there called C:\ARESDATA, and that
  7. ; your backup and journal files will reside on C:\ARESBACK.
  8. ; The "GET" command will retrieve files from the directory C:\PUBLIC.
  9. ; This drive and these subdirectories MUST ALREADY EXIST.
  10. ; (Create them by "mkdir c:\aresdata", "mkdir c:\aresback", and
  11. ;  "mkdir c:\public" if needed).
  12. ; Change these names as desired.
  13. ;
  14. ; IMPORTANT:  Please check your CONFIG.SYS file on your boot disk(ette)
  15. ;             to be sure that it contains a line like "FILES=20".
  16. ;             If you don't have this, you may get database errors!
  17. ;
  18. ;       journal path and journaling interval (in number of new transactions)
  19. journal C:\ARESBACK 25
  20. ;       backup path and backup interval (in number of new transactions)
  21. backup C:\ARESBACK 33
  22. ;       path for the main database file ARESDATA.DAT
  23. DBpath C:\ARESDATA
  24. ;       path for the index files *.NDX
  25. Indexpath C:\ARESDATA
  26. ;       path for "get filename" command.  Be sure info file is on this path!
  27. Publicpath C:\PUBLIC
  28. ;       printer port number  1=lpt1, 2=lpt2, etc.
  29. printer 1
  30. ;       startup can be auto or prompted
  31. startup auto
  32. ;       if present, all incoming packets logged to sysop screen
  33. logall
  34. ;
  35. ;       attach name parameters (as shown)
  36. ; To use a TNC, or DRSI card, activate a command line such as one of those
  37. ; shown below by removing the ";" :
  38. ;attach ax0 type=ded port=1 baud=1200 users=5 autoexec=startup.p87 deleteoff
  39. ;attach ax1 type=ded port=1 baud=4800 users=6 autoexec=startup.tn1 deleteoff
  40. ;attach dr2 type=drsi port=0 users=8 autoexec=startup.pcp deleteon
  41. ;       serial port retry count
  42. ;       Set this higher if you get TNCRECOVER timeouts on fast PC systems.
  43. retry 50
  44. ;       DRSI PCPA retry count - set higher if you get DRSIin timeouts
  45. pcparetry 500
  46. ;       beacon time in minutes and beacon text
  47. beacon 0 ARES/Data V1.4 available
  48. ;       labels for database fields and message field
  49. labels = LName,FName,Phone,Dept,Msg
  50. ; set widths is a new command.  Command below is the "compatibility mode"
  51. widths = *,*,*,*
  52. ; Use a command like this next one to pretty up the output formats:
  53. ;  You would normally set the widths at the same time you set the labels.
  54. ;  Like the LABELS command, the sysop or any user station may use this command.
  55. ;  widths=20,5,5,8
  56.